ostbuild: Rework again, split into components.json and targets.json
authorColin Walters <walters@verbum.org>
Sun, 11 Mar 2012 00:27:27 +0000 (19:27 -0500)
committerColin Walters <walters@verbum.org>
Tue, 13 Mar 2012 14:39:31 +0000 (10:39 -0400)
commit4d1d6789c22af1d409fbd953f6aeea03e137c686
treea74546ce0689b5c53ef1bf8c17c90f380a51ad6b
parentb02e8a7fd02087d7a57c98b628c9ad04232ebd13
ostbuild: Rework again, split into components.json and targets.json

The "resolve" builtin now does a lot more heavy lifting; we expand the
manifest.json, and "build" consequently is less intelligent now, more
of a low-level implementation.
12 files changed:
Makefile-ostbuild.am
gnomeos/3.4/manifest.json
src/ostbuild/pyostbuild/buildutil.py
src/ostbuild/pyostbuild/builtin_build.py
src/ostbuild/pyostbuild/builtin_checkout.py
src/ostbuild/pyostbuild/builtin_chroot_compile_one.py
src/ostbuild/pyostbuild/builtin_compile_one.py
src/ostbuild/pyostbuild/builtin_resolve.py
src/ostbuild/pyostbuild/builtin_status.py
src/ostbuild/pyostbuild/builtins.py
src/ostbuild/pyostbuild/fileutil.py [new file with mode: 0644]
src/ostbuild/pyostbuild/vcs.py